Error: Invalid GenInstall INF file (due to WIN.INI file).

Error:


Generic Install Error. Invalid GenInstall INF file. (Exiting with error code =402 (0x192) .]

Cause:


Windows 95 is being installed on a computer which contains a WIN.INI file. The WIN.INI file contains a Load statement that does not have an equal sign (=). SETUP.DLL is a setup file that parses the WIN.INI file and searches for a Load= statement. A missing equal sign following Load will cause this error.

Solution:


Edit Win.ini and add an equal sign after the 'Load' entry.